home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DATECK11.ARJ / DATECHK.DOC next >
Text File  |  1992-05-01  |  5KB  |  112 lines

  1.            -=-=-=-=-=-=>Date Check v1.1<=-=-=-=-=-=-
  2.                    Written by Robert Adamczyk
  3.                 Copyright 1992 By Robert Adamczyk
  4.  
  5. *****************************************************************
  6.      The author of this program assumes no responsibility
  7. whatsoever for any problems or destruction this program may
  8. cause.  By using this program, you release the author from any
  9. and all responsibility for the actions of this program.
  10.  
  11.      This program is released to the public domain. Feel free to
  12. distribute this to anyone you want as long as no fee is charged
  13. and the program is not modified in any way.
  14.  
  15. Any comments/questions/suggestions about this program should be
  16. sent to the address at the end of this file.
  17. *****************************************************************
  18.  
  19.      Do you have as much problems remembering important dates
  20. like birthdays and anniversaries as I do?  If so, this program is
  21. for you.  If you put just a few extra lines in your autoexec.bat
  22. file and boot up your computer at least once a week, you will
  23. never have to worry about forgetting those important dates again.
  24.  
  25.      This is not a TSR!!!  You don't have to worry about this
  26. program causing you memory problems while running other
  27. applications because after you boot your machine, this is no
  28. longer in memory.
  29.  
  30.      Before you run this program for the first time, there will
  31. not be a data file.  The data file is created the first time this
  32. program is run.  If you ever want to wipe the entire data file
  33. clean, just delete the file DATECHK.DAT.
  34.  
  35.      This program allows you to enter important dates and a
  36. description into the data file using the /c command line
  37. parameter. (In english that means type  DATECHK /c  at the DOS
  38. prompt)  After you have the dates you want to be reminded of in
  39. the data file you need to edit your autoexec.bat file using your
  40. favorite text editor.  Add to the end of the file the following
  41. lines:
  42.  
  43.           cd c:\datechk
  44.           call datechk
  45.           cd c:\
  46.  
  47.      It is not absolutely necessary for this program to be in its
  48. own directory.  It can be located anywhere you like.  Just make
  49. sure that the current directory when you run it is also where the
  50. data file is located (DATECHK.DAT).  
  51.  
  52.      Any maintenance you need to do to the data file should be
  53. done by running DATECHK /c.  This should take care of ANY
  54. maintenance you need to do.  It's menu driven and fairly easy to
  55. understand.  At the main menu you may select options by either
  56. clicking on them with the left mouse button, highlighting them
  57. with the arrow keys and pressing enter, or simply pressing the
  58. first letter of the option name.
  59.  
  60.      When entering dates into the data file, you are only asked
  61. for the month and day.  The reason you are not asked for a year
  62. is because this was written to remind you of events that happen
  63. every year.  If you needed to remember somebodies birthday it
  64. would be pretty worthless to only remind you when the actual date
  65. they were born rolls around.  This program was written assuming
  66. that time will continue to flow in a forward direction which
  67. means that a persons date of birth will only happen once (as if
  68. you couldn't figure that out yourself).
  69.  
  70.      When datechk is run (normally in your autoexec.bat file) it
  71. checks all the dates in the data file against the current system
  72. date.  If any of the events listed in the data file are within 10
  73. days of happening, a notice is displayed on your screen telling
  74. you not to forget about the event on whatever day it is going to
  75. happen.  If none of the dates in your data file are within 10
  76. days of happening, the program does nothing.  You shouldn't even
  77. know it's there.
  78.  
  79.      The amount of events you can put in the data file is up to
  80. you.  The actual amount of events possible will probably be
  81. limited by your disk space before it is limited by the program. 
  82. It is possible to store a little over 2 Billion events in the
  83. data file.  I seriously doubt anyone needs to remember that many
  84. dates.  I suggest keeping it to about 20 or less.  Remember that
  85. the more events you have listed, the longer it will take to check
  86. them all, and the longer it will take for your system to boot.  
  87.      
  88.      Currently, there is nothing to keep the events from
  89. scrolling off the screen.  This means that if you have more than
  90. about 20 events in your data file, first few will scroll off the
  91. screen.  I didn't put a routine in it to stop this because this
  92. is an extra incentive for you to keep the data file smaller than
  93. about 20 records.  
  94.  
  95.      That's about all the info about this program I have for now. 
  96. If you have any comments/suggestions for this program, please
  97. send them to:
  98.  
  99.      Robert Adamczyk
  100.      2001 Columbia Pike, Appt 507
  101.      Arlington, Va 22204
  102.  
  103. Or call The Twisted Platypus BBS at (703)892-9010 and leave a
  104. comment to the SysOp.  I've made about all the improvements to
  105. this program that I can think of so if you come up with an idea,
  106. please let me know.  There is currently no registration fee for
  107. this program but dontations will of course be accepted.
  108. (Even a single buck tells me that at least someone is getting
  109. some use out of this thing <grin>)
  110.  
  111.  
  112.